home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / betrdos2.zip / BETRDOS.DOC < prev    next >
Text File  |  1994-02-15  |  5KB  |  129 lines

  1.     
  2.  
  3.                         BETTERDOS 2.0 by    CHRIS REX       
  4.  
  5.  
  6.  
  7.  
  8.         This progran is shareware, please support it by sending 
  9.         10.00 to the address below
  10.                         4300 VANKIRK ST
  11.                         PHILADELPHIA, PA 19135
  12.         Make check or money order payable to CHRIS REX                                                
  13.         By registering this product you will get two things
  14.         a cleat concience, and the registered version which 
  15.         includes many more small dos routines to help make 
  16.         your life at the C:\ prompt much easier.  Also if 
  17.         you desire a routine tell me about it and I will try
  18.         to send you a custom program to handle it. If you do
  19.         not want the registered version or any wish programs
  20.         I would still appreated any ideas or comments on a postcard
  21.         or letter.
  22.  
  23.  
  24.  
  25.  
  26.         
  27.         BETTERDOS COMMANDS
  28.         KILLDIR - Removes a directory that has files in it. simular  to 
  29.         DOS 6 DELTREE.  However the Killdir command will only kill one 
  30.         directory and not an entire tree.
  31.         EXAMPLE 
  32.         C:\WINDOWS\THIS STRUCTURE CAN BE HANDLED BY KILLDIR
  33.         C:\WINDOWS\SYSTEM\ THIS STRUCTURE CAN NOT BE HANDLED
  34.         KILLDIR {DRIVE}:\PATH
  35.  
  36.         MOVE - MOVES A FILE OR SET OF FILES FROM ONE PLACE TO ANOTHER, 
  37.         SIMULAR TO DOS 6 MOVE COMMAND
  38.         MOVE {PATH OR CURRENT} FILESPEC(*.COM...) {DESTINATION}
  39.  
  40.         ZAP - Deletes a file regaurdless of it attributes
  41.         EXAMPLE
  42.         C:\ZAP DOUBLE.000 (DO NOT TRY!) This would zap the hidden, system, read
  43.         only file DOUBLE.000 
  44.         
  45.         BDIR -Better directory shows all files including hidden files and 
  46.         directories.  supports all switches DOS DIR supports
  47.         EXAMPLE
  48.         BDIR /S /P /O:N ...
  49.         
  50.         BOOT - Updates the dos master boot record
  51.         Will eliminate boot sector viruses like MICHELANGELO
  52.         This command should not be used on any daul boot partition or non
  53.         standard DOS partition NO EXCEPTIONS!!!
  54.         Will repair curropted partitions
  55.         For users other than DOS 5 or above please see TECHNOTE
  56.  
  57.         STATUS - Shows partition information
  58.         Reports primary DOS partition and size, logical DOS drives,
  59.         and which drive is marked active
  60.  
  61.         FINDFILE - Shows all occurances of a file name on a drive and where
  62.         they are
  63.         EXAMPLE 
  64.         C:\FINDFILE FILENAME.EXT WILL SHOW ALL OCCURANCES OF FILENAME.EXT FROM
  65.         THE ROOT DIRECTORY DOWN
  66.         
  67.         BCOPY - Better copy - Like DISKCOPY but copies disks of different sizes
  68.         EXAMPLE
  69.         C:\BCOPY A: B: WILL COPY FROM 3 1/2 TO 5 /14  (on my machine)
  70.  
  71.         HIDEDIR - Hides a directory 
  72.         EXAMPLE
  73.         C:\HIDEDIR DOS - THIS WOULD HIDE THE DOS DIRECTORY 
  74.         THIS COMMAND IS GOOD FOR ADULT FILES ON A COMPUTER USED BY KIDS
  75.         OR ANY PRIVATE INFO
  76.  
  77.         ADDPATH - adds a directory or directories to the current path
  78.         This program is usefull to users with long paths saves time and 
  79.         typing
  80.         EXAMPLE ADDPATH c:\temp c:\betrdos c:\pctools
  81.         This example would add all three of theese directories to the end
  82.         of your current path. Path goes back to normal upon reboot or manual
  83.         redfining of the path
  84.         
  85.         SHOWDIR - UNHIDES A DIRECTORY
  86.         EXAMPLE
  87.         C:\SHOWDIR DOS - THIS WOULD UNHIDE THE DOS DIRECTORY
  88.  
  89.         PRINT - PRINTS AN ASCII FILE 
  90.         PRINT BETRDOS.DOC - This would print this documentation file
  91.         can be used with wildcards
  92.  
  93.         PD - PARALELL DIRECTORY This changes from one sub to another
  94.         EXAMPLE
  95.         C:\GAMES\KEEN4\PD SANGO - This would change directories to 
  96.         C:\GAMES\SANGO
  97.  
  98.         TECHNOTE
  99.         For the boot command to work you must be running MS DOS 5 or better
  100.         However, There is still a method of virus removal for you.  First,
  101.         with a known clean computer, create a bootable disk (with the same
  102.         version of DOS that you are using).  Next copy the file sys.com to the
  103.         bootdisk.  Next, write protect the disk, This is absolutely essential,
  104.         if you boot with a disk that is not write protected the virus could
  105.         infect the bootdisk and disable this method of protection.  Now, boot 
  106.         your system from the write protected boot disk and type sys c: 
  107.         (or whatever your boot drive is) next, copy COMMAND.COM to the root
  108.         directory of your normal boot drive. (some viruses attach themselves 
  109.         to COMMAND.COM ) .
  110.                 
  111.         This method works quite will because if rewrites you boot sector as well
  112.         as replacing io.sys or ibmbio.com amd msdos.sys or ibmdos.com and you 
  113.         replace the command interprator.
  114.  
  115.         MS DOS 6 and above users who use dblspace should NOT attempt this method
  116.         of virus control without first consulting thier DOS 6 documentation.  
  117.         Dos 6 uses the bootsector to tell DOS to load dblspace.bin and you could
  118.         loose your dblspace drive.  You must make a dublspace boot disk to use 
  119.         this method
  120.  
  121.         
  122.         
  123.         The major improvements from betterdos v1.0 are better
  124.         documentation, online help (/? is now an option for 
  125.         every betterdos command) and better error traping and
  126.         added commands
  127.  
  128.  
  129.